home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 62 / Quick PC 62.iso / I386 / IIS5_01.CAB / IIS_iimimehd.asp < prev    next >
Encoding:
Text File  |  1999-06-03  |  887 b   |  27 lines

  1. <%@ LANGUAGE = VBScript %>
  2. <% 'Option Explicit %>
  3. <!-- #include file="directives.inc" -->
  4.  
  5. <!--#include file="iimime.str"-->
  6. <!--#include file="iimimels.str"-->
  7. <!--#include file="iimimehd.str"-->
  8. <!--#include file="iihding.inc"-->
  9. <!--#include file="iisetfnt.inc"-->
  10.  
  11. <HTML>
  12. <HEAD>
  13.     <TITLE>Untitled</TITLE>
  14. </HEAD>
  15.  
  16. <BODY BGCOLOR="<%= Session("BGCOLOR") %>" LINK="#000000" VLINK="#000000" TEXT="#000000">
  17. <TABLE HEIGHT=100% CELLPADDING=0 CELLSPACING=0>
  18. <TR><TD VALIGN="bottom">
  19. <TABLE WIDTH = <%= L_MIMETABLEWIDTH_NUM %> BORDER=1 BORDERCOLOR="<%= Session("BGCOLOR") %>" BORDERCOLORDARK="<%= Session("BGCOLOR") %>" BORDERCOLORLIGHT="<%= Session("BGCOLOR") %>" CELLPADDING=2 CELLSPACING=0>
  20. <TR>
  21. <%= heading(L_EXTCOLWIDTH_NUM,L_EXT_TEXT, "ext") %>
  22. <%= heading(L_CONENTTYPECOLWIDTH_NUM,L_CONENTTYPE_TEXT, "app") %>
  23. </TR></TABLE>
  24. </TD></TR></TABLE>
  25. </BODY>
  26. </HTML>
  27.